.tbor{border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BFBFBF;
	border-right-color: #BFBFBF;
	border-bottom-color: #525252;
	border-left-color: #BFBFBF;
	}
#nav {
	margin: 0;
	padding: 0px 0px 0px 0px;
	z-index:1000;
	background-repeat: repeat-x;
	word-spacing:0px;
	color:#FFFFFF;
	background-color:#000000;
}
#nav li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	list-style: none;
	z-index:1000;
	word-spacing:0px;
	color:#FFFFFF;
	
}
/* main level link */
#nav  li a {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	line-height:35px;
	margin: 0;
	z-index:1000;
	font-size:13px;
	word-spacing:0px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 12px;
	
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	/* for non-css3 browsers */
	color: #fff;
	
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background:#000000;
	border-bottom:solid 1px #666666;
	color: #fff;
}
#nav ul a:hover {
	background: #000000 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #000000,  #000000) !important; /* for firefox 3.6+ */
	color: #fff !important;
	
	z-index:1000;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background:#000000;
	
	color: #fff;
}
#nav ul a:hover {
	background: #000000 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) !important; /* for webkit browsers */
	
	color: #fff !important;
	
	z-index:1000;
}
/* level 2 list */
#nav ul {
	/* for non-css3 browsers */
	display: none;
	margin: 0;
	padding: 0;
	width: 200px;
	position: absolute;
	top: 38px;
	left: 0;
	
	z-index:1000;
	
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	width: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
	display: block;
	line-height:25px;
	padding:  0px 17px 0px 17px;
	margin: 0;
	z-index:1000;
	font-size:15px;
}
/* level 3+ list */
#nav ul ul {
	left: 140px;
	top: 0px;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	
}
#nav ul li:last-child > a {
	
	
	
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}

.SELECT_MENU{
background:#001221;
	background-image: url(../images/top-links-bgs.jpg);
color:red;
}