﻿/* MAIN NAVIGATION
--------------------------------------------------------- */
#topMenu{background:url("Images/navBG.gif");}
#topMenu div.navLeft{padding-left:2px;background:url("Images/navLeft.gif") no-repeat;}
#topMenu div.navRight{padding-right:2px;background:url("Images/navRight.gif") no-repeat right top;}


#topMenu ul{padding:0px;margin:0;text-align:left;padding:0 1px;float:right;}
#topMenu ul li{list-style-type:none;vertical-align:top;float:left;display:inline-block;}
#topMenu ul li a,#topMenu ul li a:hover{padding:0px 10px;color:#fff;font-size:11px;font-weight:normal;font-family:Verdana;display:inline-block;}
#topMenu ul li a:hover{background:url("Images/navBGHover.gif") repeat-x;text-decoration:none;}
#topMenu ul li a.selected,#topMenu ul li a.selected:hover{background:url("Images/navBGHover.gif") repeat-x;}
#topMenu ul li.seperator{display:inline-block;background:url("Images/navSplit.gif") no-repeat;width:2px;}

#topMenu,#topMenu div.navLeft,#topMenu div.navRight ,#topMenu div.navRight,#topMenu ul,#topMenu ul li.seperator,
#topMenu ul li a{height:33px;line-height:30px;}

/*Hack CSS Main Menu*/
* html #topMenu,
* html #topMenu div.navLeft,
* html #topMenu div.navRight,
* html #topMenu div.navRight,
* html #topMenu ul,
* html #topMenu ul li.seperator,
* html #topMenu ul li a{height:26px;line-height:26px;}