@charset "utf-8";

#MENU_CONTAINER
{
    width: 200px;
	margin-left: 10px;
	margin-top: 10px;
	background:#1391e8;
	z-index: 1;

}

a.MENU {
   	display: Block;
	padding-left:20px;
	color:#FFF;
	font-variant:small-caps;
	font-weight: bolder;
    position: Relative;
	height:36px;
	line-height:35px;
    text-decoration: none;
	border-bottom: 1px solid #1C99ED;
	margin-left: 10px;
	margin-right: 10px;
}
a.MENU:hover {
    display: Block;
    position: Relative;
    color: #eb8517;
    font-weight: Bold;
    text-decoration: None;
}
a.SMENU {
    display: Block;
    position: Relative;
    color: #FFF;
	text-align:left;
	font-variant:small-caps;
	font-weight:bold;
    text-decoration: None;
    padding-left:20px;
	height:36px;
	line-height:35px;
	background: #5F5F5F;
	border-bottom: 1px solid #666;
}
a.SMENU:hover {
    display: Block;
    position: Relative;
    color: #eb8517;
}
div.SMENU {
    visibility: Hidden;
    position: Absolute;
    margin: -37px 0px 0px 200px;
    width: 190px;
	border-left: 1px solid #CCCCCC;
	z-index: 2;
}
