/* TOP MENU */
#TopMenu {
	border-bottom: 1px solid #838282;
	background-color:#ffffff;
	color:#333333;
	width: 980px;
	height: 30px;
	overflow: hidden;
}
#TopMenu li {
	background: url(../images/magentajpg/PagesMenuBg.gif) 0 10px no-repeat;
	color:#ffffff;
	list-style: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	
}
#TopMenu li a:link {
	color: #333333;
}
#TopMenu li a:hover {
	color: #333333;
	text-decoration: underline;
}

#TopMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 5px 0 0;
	float: right;
}

#TopMenu li a, #TopMenu li div {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	padding: 0 0 0 10px;
	margin: 8px 10px 0 0;
}

#TopMenu li div a {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1em;
}

/* Pages Menu */
#Menu {
background: #ffffff;
height: 36px;
width: 960px;

}

#Menu ul li+li  {
	border-left: 1px solid #cc006c;
}

#Menu ul li li  {
	border-left:	0;
}

#Menu ul {
	margin: 0;
	padding: 0;
	z-index: 100;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}


#Menu li ul li a:hover {
	color:	#cc006c;
}
#Menu li a {
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	padding: 10px 10px 4px 10px;
	height: 20px;
	color: #333333;
	text-align: center;
	
}

#Menu li a:hover	{
	text-decoration: underline;
	color: #333333;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 30px;
	left: 10px;
	display: none;
	text-align: center;
	font-size: 12px;
	background: transparent;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 160px;
	height: auto;
	color: #333333;
	background: #ffffff;
	border-bottom: 1px solid #838282;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* positioning */
#menuLink {
position: absolute;
left: 205px;
top: -5px;
}

#navigation {
clear: both;
float: left;
width: 980px;
height: 30px;
display: inline;
position: relative;
background: #232323;
}

#navigation ul {
list-style: none;

}
#navigation ul li{
z-index: 100;
}
#navigation li {
float: left;
position: relative;
font-size: 15px;
font-weight: bold;
}

#navigation li li {
float: none;
font-size: 12px;
}

#navigation a {
color: #ffffff;
display: block;
width: 150px;
line-height: 30px;
text-decoration: none;
text-align: center;
margin-right: 1px;


}

#navigation li li a {
height: auto;
background: none;
border: 0;
text-align: left;
margin: 0;
line-height: 24px;
}

.ddContainer {
position: absolute;
left: -10055px;
}
#navigation li:hover .ddContainer {
display: block;
left: -155px;
}

/* styles for drop-down */
.ddContainer {
background: url(../images/magentajpg/menu-background-sa.png) 0 17px no-repeat;
padding: 17px 0 0;
line-height: 24px;
width: 707px;
}

.ddContainer h2 {
color: #da1c23;
font-size: 12px;
text-transform: uppercase;
padding: 20px 25px 0;
}

.ddContainer a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding-left: 10px;
width: auto !important;
}

#navigation #ddc1 a:hover {
background: #cc006c;
}

#navigation #ddc2 a:hover {
background: #cc006c;
}

#navigation #ddc3 a:hover {
background: #cc006c;
}
#navigation #ddc4 a:hover {
background: #cc006c;
}


#navigation #ddc1, 
#navigation #ddc2, #ddc3, #ddc4 {
float: left; 
width: 150px;
margin-left: 10px;
}

#navigation #ddc1 {
margin-left: 15px;
}

.ddFooter {
position: absolute;
height: 50px;
bottom: -55px;
left: 0;
width: 707px;
padding: 5px 15px 0;
background: url(../images/magentajpg/menu-background-sa.png) 0 100% no-repeat;
font-size: 12px;
text-transform: uppercase;
}

.ddFooter a {
line-height: 20px;
width: 10px;
margin-left: 320px;
clear: both;
text-align: right;
padding-right: 10px;
}

* {
margin: 0;
padding: 0;
}

#navigation .title {
color:	#cc006c;
padding-top:	10px;

}
