﻿
dl, dt, dd, ul, li {
margin: 0;
padding: 0;

list-style-type: none;
}
#menu {
position: relative;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
/*width: 12em;*/
}
#menu dt {
cursor: pointer;
text-align: left;
font-weight: bold;

}
.DropDownMenu 
{
top:3px;
margin-left:-7px;
margin-bottom:0px;
position: absolute;

display:none;
}

#menu li {
background: #fff;
padding-left:14px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover 
{
	text-decoration: underline;
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}

.dropdownmenu li{
	
 padding-top:5px;
}


.subMenuItem a:hover{ text-decoration:underline;
}

.subMenuItem{}

.containerTop .ltc{position:absolute; top:0; left:0; background-image:url(../../Styles/Images/pngmenu.png); background-repeat:no-repeat; background-position: 0 0; height:10px; width:10px;}
.containerTop .rtc{position:absolute; top:0; right:0; background-image:url(../../Styles/Images/pngmenu.png); background-repeat:no-repeat; background-position: 100% 0; height:10px; width:10px;}

.containerBottom .lbc{position:absolute; top:0; left:0; background-image:url(../../Styles/Images/pngmenu.png); background-repeat:no-repeat; background-position: 0 -10px; height:10px; width:10px;}
.containerBottom .rbc{position:absolute; top:0; right:0; background-image:url(../../Styles/Images/pngmenu.png); background-repeat:no-repeat; background-position: 100% -10px; height:10px; width:10px;}

* html .containerTop .ltc{position:absolute; top:0; left:0; background-image:url(../../Styles/Images/png8menu.png); background-repeat:no-repeat; background-position: 0 0; height:10px; width:10px;}
* html .containerTop .rtc{position:absolute; top:0; right:0; background-image:url(../../Styles/Images/png8menu.png); background-repeat:no-repeat; background-position: 100% 0; height:10px; width:10px;}

* html .containerBottom .lbc{position:absolute; top:0; left:0; background-image:url(../../Styles/Images/png8menu.png); background-repeat:no-repeat; background-position: 0 -10px; height:10px; width:10px;}
* html .containerBottom .rbc{position:absolute; top:0; right:0; background-image:url(../../Styles/Images/png8menu.png); background-repeat:no-repeat; background-position: 100% -10px; height:10px; width:10px;}

.bcenter{position:absolute; top:0; left:10px; height:10px; width:10px; background-color:#FFF;}
.tcenter{position:absolute; top:0; left:10px; height:10px; width:10px; background-color:#FFF;}

.containerTop
{
	position:relative;
	margin-top:-7px;
	margin-left:-7px;
	display:none;
}

.containerBottom
{
	position:relative;
	margin-top:3px;
	margin-left:-7px;
	display:none;
}

.GrayMenu a,
.GrayMenu a:visited,
.GrayMenu a:active,
.GrayMenu a:hover{color:Gray;}
