/*-------------- Logo ---------------*/
#logo {position:static; float:right;}
/*-------------- Main Menu ---------------*/
#menu {position: absolute; 	width:600; font-size: 12px; font-family: arial; font-weight: bold; vertical-align: bottom;}
#menu ul {list-style: none; padding: 0; margin: 0; width: auto;}
#menu li {float: left; margin: 0 0.4em 0 0;}
#menu li a {float: none; width:auto; text-decoration: none; display: inline-block; padding: 0 0.1em; color: black; border-bottom: 0.2em solid #2589E6; color: #1C4093;}
#menu a:hover {color: #2589E6; font-size: 13px; background-color: white; border-color: #1C4093;}
#menu a:active {color: #1C4093; background-color: white; border-color: #2589E6}
#menu #selected a: {color: #2589E6; background-color: blue; border-color: #1C4093;}
/*-------------- Sub Menu ---------------*/
#smenu {position: absolute; width:600; font-size: 12px; font-family: arial; vertical-align: bottom;}
#smenu ul {list-style: none; padding: 0; margin: 0; width: auto;}
#smenu li {float: left; margin: 0 0.4em 0 0;}
#smenu li a {float: none; width:auto; text-decoration: none; display: inline-block; padding: 0 0.1em; color: black; border-bottom: 0.2em solid #2589E6; color: #1C4093;}
#smenu a:hover {color: #2589E6; font-size: 13px; background-color: white; border-color: #1C4093;}
#smenu a:active {color: #1C4093; background-color: white; border-color: #2589E6}
#smenu #selected a: {color: #2589E6; background-color: blue; border-color: #1C4093;}
/*-------------- Detail Div ---------------*/
#detail {font: 80% arial, helvetica, sans-serif;}
input, textarea, select {border-style: solid; border-color: #C0C0C0;}
#tab {font: 12px arial, helvetica, sans-serif;}
