/* CSS Document */


.menu {padding:0 0 0 0px; margin:0; list-style:none; height:45px; width:980px;background:url(images/bg_mainnav_right.jpg) no-repeat top right; position:relative; font-family:arial, verdana, sans-serif;}
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:45px; line-height:45px; color:#FFF; text-decoration:none; font-size:16px; font-weight:bold; padding:0 0 0 0px; cursor:pointer;}
.menu li a.top_link span {float:left; display:block; padding:0 32px 0 25px; height:45px; background:url(images/but_std.jpg) no-repeat top right;}
.menu li a.top_link span.down {float:left; display:block; padding:0 15px 0 12px; height:45px;}
.menu li a.top_link:hover {color:#fff;background:url(images/but_std.jpg)bottom right no-repeat;}


.menu li:hover > a.top_link {color:#fff;background:url(images/but_std.jpg) bottom right no-repeat;}
.menu li:hover > a.top_link span {background:url(images/but_std.jpg) bottom right no-repeat;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */


.menu li.test {width:120px; height:45px; float:left;background: url(images/but_home2.jpg) no-repeat top left; line-height:45px; font-size:16px; font-weight:bold; color:#FFFFFF; text-decoration:none; text-align:center; }
.menu li.test a {width:120px; height:45px; float:left;background: url(images/but_home2.jpg) no-repeat top left; line-height:45px; color:#FFFFFF; text-decoration:none;}
.menu li.test  a:hover{width:120px; height:45px; float:left;background:url(images/but_home2.jpg) no-repeat bottom left; line-height:45px;}


