/* [SOLPATRMENU] */
.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}
.MainMenu_MenuItem
{
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	border-top-style: none;
	font-family: Tahoma;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;

}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	height: 20px;
	background-color: transparent;
	text-decoration: none;
}
.MainMenu_MenuIcon
{
	display: none;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #e6e6e6;
	border-bottom-style: none;
}
.MainMenu_MenuArrow
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}
.MainMenu_MenuBreak
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: transparent;	
	padding-left: 1px;
	padding-right: 1px;
}

.MainMenu_SubMenu
{
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	margin-top: 0px;
	border-left: #808080 1px solid;
	border-bottom: #808080 1px solid;
	background-color: #CCCCCC;
}
.MainMenu_SubMenuItemSel
{
	font-size: 11px;
	height: 20px;
	background-color: #CCCCCC;
}
.MainMenu_SubMenu_Admin
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	margin-top: 0px;
	margin-left: 1px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	background-color: #EFEFEF;
}
.MainMenu_RootMenuArrow
{
	padding-right: 2px;
	padding-left: 0px;
}
.MainMenu_RootMenuItem
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	height: 18px;

}
.MainMenu_RootMenuItemActive
{
	font-weight: bold;
	font-size: 12px;
	background-image: url(media/menuitemact.gif);
	color: #111111;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 18px;


}
.MainMenu_RootMenuItemSel
{
	font-size: 12px;
	background-image: url(media/menuitemact.gif);
	color: #666666;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 18px;
	text-decoration: none;

}
.MainMenu_MenuIcon_Admin
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #eeeeee;
	border-bottom-style: none;
}
.MainMenu_MenuBreak_Admin
{
	width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 25px;
	background-color: #ffffff;
	border-bottom-style: none;
}
.MainMenu_RootMenuItem_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	height: 25px;
	background-color: transparent;
}
.MainMenu_RootMenuItemActive_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #333333;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
}
.MainMenu_RootMenuItemSel_Admin
{
	padding-left: 0px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
	height: 25px;
	background-color: #dcdcdc;
}


.Login {
	font-family: Tahoma; 
	font-size: 10pt; 
}

.Login:link {
	text-decoration:    none;
	color:  #9c9d9f;
}

.Login:visited   {
	text-decoration:    none;
	color:  #9c9d9f;
}

.Login:active    {
	text-decoration:    none;
	color:  #9c9d9f;
}

.Login:hover {
	text-decoration:    none;
	color:  #ffffff;
}
