#cssdropdown {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	list-style:none;
	top:0;
	right:1px;
	z-index:999;
}

#cssdropdown ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style:none;
	z-index:999;
}

#cssdropdown li {
	margin:0px 0px 0px 0px;
	float:right;
	position:relative;
	/*border-right:1px solid #ffffff;*/
	z-index:999;
}

#separator {
	width:1px;
	background:url('../img/top_menu_separator.gif') no-repeat;
}
#separator_copy {
	width:18px;
	background:url('../img/top_menu_separator.gif') no-repeat;
}

.login_bg {
	height:36px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding-top:10px;
	background:url(../img/login_bg.jpg) repeat-x;
	/*border: 1px solid black;*/
}

.login_bg:hover {
	height:36px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding-top:10px;
	background:url(../img/login_bg_over.jpg) repeat-x;
	/*border: 1px solid black;*/
}

.mainitems {
	height:36px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding-top:10px;
	background:url(../img/top_menu_bg.gif) repeat-x;
	/*border: 1px solid black;*/
}

.mainitems:hover {
	height:36px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding-top:10px;
	background:url(../img/top_menu_hover_bg.gif) repeat-x;
	/*border: 1px solid black;*/
}

.mainitems_copy {
	width:130px;
	height:36px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:10px 0px 0px 0px;
	background:url(../img/basket_menu.jpg) no-repeat;
	/*border: 1px solid black;*/
}

.mainitems_copy:hover {
	width:130px;
	height:36px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:10px 0px 0px 0px;
	background:url(../img/basket_menu_inverted.jpg) no-repeat;
	/*border: 1px solid black;*/
}


.mainitems a {
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	color:#ffffff;
}

.mainitems_copy a {
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	color:#ffffff;
}

.login_bg a {
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	color:#ffffff;
}

.mainitems ul li a {
	font-size:12px;
	font-weight:normal;
	color:#4e4e4e;
	float:left;
	padding:4px 0px 4px 0px;
}

.mainitems ul li a:hover {
	font-size:12px;
	font-weight:bold;
	color:#4e4e4e;
	float:left;
	padding:4px 0px 4px 0px;
}

.mainitems ul li {
	border-bottom:1px dotted #6da9d9;
}

.mainitems_copy ul li a {
	font-size:12px;
	font-weight:normal;
	color:#4e4e4e;
	float:left;
	padding:4px 0px 4px 0px;
}

.mainitems_copy ul li a:hover {
	font-size:12px;
	font-weight:bold;
	color:#4e4e4e;
	float:left;
	padding:4px 0px 4px 0px;
}

.mainitems_copy ul li {
	border-bottom:1px dotted #6da9d9;
}

.subuls{
	display:none;
	width:100px;
	position:absolute;
	left:0;
	background-color:#ddebf6;
	/*border:1px solid #ffffff;*/
}

.subuls li {
	width:100%;
}

.subuls li a {
	text-decoration:none;
}

.subuls_copy{
	display:none;
	width:100%;
	position:absolute;
	left:0;
	background-color:#e4f9e1;
}

.subuls_copy li {
	width:100%;
}

.subuls_copy li a {
	text-decoration:none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	z-index:999;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	margin-top:10px;
	display: block;
	z-index:999;
}
