/*----  ALBERTLUND KOMMUNE   WEBDESIGN EFTERÅR 2008 */
/*----  Stylesheet:  www topmenu.css----------------*/
/*----  Description: style of top menu--------------*/
/*----  Creator: Netmester A/S----------------------*/
/*----  Version: 1 ---------------------------------*/


#topmenu
{
	color:White;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	width: 900px;
	margin-top:2px;
	height: 87px;
	float: left;
	background-color: Transparent;
}
#topmenu a
{
	color:White;
	text-decoration:none;
	float:left;
	margin:10px 0px 0px 10px;
}
#topmenu .purple .reg,#topmenu .green .reg,#topmenu .blue .reg,#topmenu .grey .reg,#topmenu .pink .reg,#topmenu .teel .reg
{
	width:180px;
	cursor:pointer;
}
#topmenu .purple .sub .on,#topmenu .green .sub .on,#topmenu .blue .sub .on,#topmenu .grey .sub .on,#topmenu .pink .sub .on,#topmenu .teel .sub .on,#topmenu .pink .sub .on
{
	color:Black;
	background-image:none;
	cursor:pointer;
}

#topmenu .top
{
	height:87px!important;
	cursor:pointer;
}
#topmenu .blue
{
	background-color:#214EA1;
	height:36px;
	width:180px;
	float:left;
	cursor:pointer;
}
#topmenu .blue .on
{
	background-image:url(/images/layout/top_menu_blue_on.gif);
	height:100%;
	width:180px;
}
#topmenu .blue .sub
{
	background-color:#214EA1;
}
#topmenu .green
{
	background-color:#96BF0D;
	height:36px;
	width:180px;
	float:left;
	cursor:pointer;
}
#topmenu .green .on
{
	background-image:url(/images/layout/top_menu_green_on.gif);
	height:100%;
	width:180px;
}
#topmenu .green .sub
{
    background-color:#96BF0D;
}
#topmenu .grey
{
	background-color:#AFB19C;
	height:36px;
	width:180px;
	float:left;
	cursor:pointer;
}
#topmenu .grey .on
{
    background-image:url(/images/layout/top_menu_grey_on.gif);
	height:100%;
	width:180px;
}
#topmenu .grey .sub
{
	background-color:#AFB19C;
}
#topmenu .pink
{
	background-color:#BF1E26;
	height:36px;
	width:180px;
	float:left;
	cursor:pointer;
}
#topmenu .pink .on
{
    background-image:url(/images/layout/top_menu_pink_on.gif);
	height:100%;
	width:180px;
}
#topmenu .pink .sub
{
	background-color:#BF1E26;
}
#topmenu .purple
{
	background-color:#7352A1;
	height:36px;
	width:180px;
	float:left;
	cursor:pointer;
}
#topmenu .purple .on
{
	background-image:url(/images/layout/top_menu_purple_on.gif);
	height:100%;
	width:180px;
}
#topmenu .purple .sub
{
	background-color:#7352A1;
}
#topmenu .teel
{
	background-color:#00BAF1;
	height:36px;
	width:180px;
	float:left;
	cursor:pointer;
}
#topmenu .teel .on
{
    background-image:url(/images/layout/top_menu_teel_on.gif);
	height:100%;
	width:180px;
}
#topmenu .teel .sub
{
	background-color:#00BAF1;
}
#topmenu .subcontainer
{
	float:left;
	width:900px;
	height:51px;
	text-transform:none;
}
#topmenu .sub
{
}
#topmenu .col
{
	width:180px;
	margin:0px;
	margin-top:2px;
	float:left;
}
#topmenu .col a
{
	font-size:10px;
	margin:0px;
	padding:2px 0px 0px 10px;
	display:block;
	width:160px;
}

