#menu{
		margin:0;
		padding:0;
        position: absolute;
		}
		#menu ul{
		padding:0;
		margin:0;
        z-index:50;
		}
		#menu li{
		position: relative;
		float: left;
		list-style: none;
		margin: 0;
		padding:0;
        background:transparent url(../images/1tab_grad.png) repeat-x scroll 0 0;
        border-bottom:1px solid #CDCEC9;
        border-top:1px solid #CDCEC9;
        border-left:1px solid #CDCEC9;
        border-right:1px solid #CDCEC9;
		}
		#menu li a{
		width:129px;
		height: 30px;
		display: block;
		text-decoration:none;
		line-height: 30px;
		font-weight: normal;
		font-size: 12px;
        color:#333333;
        width:242px;
        background-color:#e9e9e9;
		}
		#menu li a:hover{
		background-position: bottom center;
        color:#aa0e0d;
        background:transparent url(../images/1tab_grad.png) repeat-x scroll 0 0;
        background-color: #e4e4e4;
		}
		#menu ul ul{
		position: absolute;
		top: 30px;
		width: 129px;
		visibility: hidden;
		}
		#menu ul li:hover ul{
		visibility:visible;
		}
		a.green{
		background:transparent url(../images/tab_grad.png) repeat-x scroll 0 0;
		color: #006600;
        text-align: center;
		}
		a.orange{
		background:transparent url(../images/tab_grad.png) repeat-x scroll 0 0;
		color: #CC3300;
        text-align: center;
		}
        a.orange1{
		background: url(img/orange.jpg) no-repeat top center;
        text-align: center;
        margin-left: 0px;
		}
		a.blu{
		background:transparent url(../images/tab_grad.png) repeat-x scroll 0 0;
		color: #006699;
        text-align: center;
		}
        a.blu1{
		background: url(img/orange.jpg) no-repeat top center;
		color: #CC3300;
        text-align: left;
        margin-left: 0px;
        padding: 0px 5px 0px 5px;
        border-right:1px solid #CDCEC9;
		}
		a.yellow{
		background:transparent url(../images/tab_grad.png) repeat-x scroll 0 0;
		color: #FF9900;
        text-align: center;
		}
        a.yellow1{
		background: url(img/yellow.jpg) no-repeat top center;
		color: #FF9900;
        text-align: left;
        margin-left: 0px;
        padding: 0px 5px 0px 5px;
        border-right:1px solid #CDCEC9;
		}
		a.purple{
		background:transparent url(../images/tab_grad.png) repeat-x scroll 0 0;
		color: #990066;
        border-right:1px solid #CDCEC9;
        text-align: center;
		}
        a.purple1{
		background: url(img/purple.jpg) no-repeat top center;
		color: #990066;
        border-right:1px solid #CDCEC9;
        text-align: left;
        margin-left: 0px;
        padding: 0px 5px 0px 5px;
		}