#nav {
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width:1000px;
	height:38px;
	background-image:url(img/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:1px solid #2f0a73;
	color:#FFFFFF;
	margin:2px auto;
	z-index:10000;

}
/*-----------------------------------Top Menu-----------------------------*/
.topmenuparent {
    list-style: none outside none;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
.topmenuparent > li {
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 2px;
    position: relative;
}
.topmenuparent > li > a, .topmenuparent > li > a:link, .topmenuparent > li > a:visited, .topmenuparent > li > a:active {
    background: url("img/right_curve2.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    padding-right: 16px;
    text-align: center;
    text-decoration: none;
}
.topmenuparent > li:hover, .topmenuparent > .current, .topmenuparent > .selected {
    background: url("img/left_curve.png") no-repeat scroll left center transparent;
    color: #297AB4;
}
.topmenuparent > li:hover > a, .topmenuparent > .current > a, .topmenuparent > .current > a:active, .topmenuparent > .current > a:link, .topmenuparent > .current > a:visited, .topmenuparent > .selected > a, .topmenuparent > .selected > a:active, .topmenuparent > .selected > a:link, .topmenuparent > .selected > a:visited {
    background: url("img/right_curve.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
}
.topmenuchild {
    background: none repeat scroll 0 0 #6B0E8C;
    border: 1px solid #4E0768;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 46px;
    white-space: nowrap;
    width: 182px;
}
.topmenuchild > li {
    position: relative;
}
.topmenuchild > li > a, .topmenuchild > li > a:link, .topmenuchild > li > a:visited, .topmenuchild > li > a:active {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    padding: 0 5px;
    text-align: left;
    text-decoration: none;
}
.topmenuchild > li > a:hover, .topmenuchild .current, .topmenuchild .selected {
    background: none repeat scroll 0 0 #6DC940;
    color: #000000;
    font-family: Verdana;
    font-weight: normal;
}
