#main_menu_div{
    position: fixed;
	top:0px;
    background-color: white;
    margin-top: 94px;
    height: 33px;
    margin-bottom: 3px;
    background-image: url('../img/main_menu_bg.png');
    z-index: 10;
}
#main_menu_div table{
    position: relative;
    top: -1px;
    padding-left: 3px;
    padding-right: 3px;
    width: 100%;
    height: 33px; 
    border-spacing: 0px;
}

#menu {
    padding: 0;
    margin: 0;
	position: relative;
	top: -2px;
}
#menu li {
    list-style: none;
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    position: relative;
    text-align: center;
    width: 120px;
    height: 31px;
}
#menu li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px;
    display: none;
    position: relative;
    left: -2px;
}
#menu li ul li {
    width: 200px;
    height: 50px;
    float: none;
    margin: 0;
    border-bottom-color: white;
    border-spacing: 2px;
    padding: 0px;
    z-index: 1000;
	border: solid 1px white;
}
#menu li ul li a{
    text-align: center;
    font-family: "Arial";
    font-weight: bold;
    font-size: 13px;
    color: #264796;
    width: 200px;
    height: 50px;
    background: #83D0F4;
}
#menu li a {
    width: 120px;
    height: 31px;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: #83D0F4;
    vertical-align: middle;
    font-family: "Arial";
    font-weight: bold;
    font-size: 13px;
}

#menu li:hover ul, #menu li.jshover ul {
    display: block;
}
#menu li:hover, #menu li.jshover {
    background: #83D0F4;
}
#menu li a:hover {
	background-color: #1E90FF;
}