
#nav ul {padding:0;margin:0;list-style-type:none; float: left;}
#nav ul ul {width:155px;;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {float:left;width:120px;position:relative; margin: 0; padding: 0;}
/* style the links for the top level */


#nav a.one, #nav a.one:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button1.gif'); padding-left: 0px; margin-top: 0px;}

#nav a.two, #nav a.two:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button2.gif'); padding-left: 0px; margin-top: 0px;}

#nav a.three, #nav a.three:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button3.gif'); padding-left: 0px; margin-top: 0px;}

#nav a.four, #nav a.four:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button4.gif'); padding-left: 0px; margin-top: 0px;}

#nav a.five, #nav a.five:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button5.gif'); padding-left: 0px; margin-top: 0px;}

#nav a.six, #nav a.six:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button6.gif'); padding-left: 0px; margin-top: 0px;}

#nav a.twoa, #nav a.twoa:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button2.gif') top right; padding-left: 0px; margin-top: 0px;}

#nav a.fivea, #nav a.fivea:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button5.gif') top right; padding-left: 0px; margin-top: 0px;}

#nav a.sixa, #nav a.sixa:visited {display:block;font-size: 11pt;text-decoration:none; color:#73543A; width:120px; height:30px; border:0px solid #000; border-width:0px; background: url('images/button6.gif') top right; padding-left: 0px; margin-top: 0px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html #nav a, * html #nav a:visited {width:120px; w\idth:120px;}

/* style the second level background */
#nav ul ul a.drop, #nav ul ul a.drop:visited {background: url('images/button.gif') no-repeat; margin-top: 0px; font-size: 11pt;}
/* style the second level hover */
#nav ul ul a.drop:hover{background:url('images/button.gif'); background-position: -120px; font-size: 10pt;}
#nav ul ul :hover > a.drop {background-position: -120px; background-position: -120px; color: #fff; width: 120px; overflow: hidden;}

#nav ul ul ul a.drop:hover{background:url('images/button.gif'); background-position: -120px;}
#nav ul ul ul :hover > a.drop {background:background-position: -120px; background-position: -120px; color: #fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul {visibility:hidden;position:absolute;height:0;top:19px;left:-1px; width:150px;border-top:0px solid #000; z-index: 230;}

#nav ul ul ul {visibility:hidden;position:absolute;height:0;top:-4px;left:149px; width:120px;border-top:0px solid #000; z-index: 270;}
/* another hack for IE5.5 */
* html #nav ul ul {top:18px;t\op:18px;}
* html #nav ul ul ul {top:-4px;t\op:-4px;}



#nav ul ul {padding-top: 0px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#nav ul ul a, #nav ul ul a:visited { background: #b5bec6 url('images/li_back2.gif') repeat-y; color:#B5BEC7; height: auto; width:150px; border-width:0;  margin-top: 0px; margin-left: 0px; line-height: 18px; text-align: left; font-style: normal;}





#nav ul ul a:visited {font-style: normal;}
#nav ul ul a:hover {font-style: normal;}

/* yet another hack for IE5.5 */
* html #nav ul ul a, * html #nav ul ul a:visited {width:150px;w\idth:150px;}

/* style the top level hover */

/*
#nav :hover > a, #nav ul ul :hover > a {color:#fff; background-position: -120px;}
*/

#nav a.one:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.two:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.three:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.four:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.five:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.six:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.twoa:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.fivea:hover {color:#fff; background-position: -120px; margin-top: 0px;}
#nav a.sixa:hover {color:#fff; background-position: -120px; margin-top: 0px;}


/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul,
#nav ul a:hover ul{visibility:visible; }


#nav ul :hover ul ul{visibility:hidden;}
#nav ul :hover ul :hover ul{ visibility:visible;}

#nav ul ul li {width: 155px; background: url('images/li_back3.gif') repeat-y; margin: 0; padding: 0; padding-bottom: 4px;}

#nav {position: relative; z-index: 400;}

#nav a {margin-bottom: 0px; margin-top: 0px; font-size: 9pt; color: #B5BEC7; font-weight: bold; padding-left: 0px;}
#nav a:hover {margin-top: 0px;}

#nav ul ul a {display: block; font-size: 9pt; width: 150px; text-indent: 12px; text-decoration: none; font-family: trebuchet ms, tahoma; height: 18px;}


#nav ul ul a:hover {background: #525F92 url('images/li_back4.gif') repeat-y; color: #fff; text-decoration: none; line-height: 18px;}


#nav ul ul a.top_lv, #nav ul ul a.top_lv:visited {background: url('images/buttons/dpdown.jpg') top right no-repeat;}
#nav ul ul a.top_lv:hover {background: url('images/buttons/dpdown_hover.jpg') top left no-repeat;}


#nav ul ul a.btm_lv, #nav ul ul a.btm_lv:visited {background: url('images/buttons/btm.gif') top right no-repeat;}

#nav ul ul a.btm_lv:hover {background: url('images/buttons/btm_hover.gif') top left no-repeat;}


