@charset "utf-8";
/* CSS Document */


/*- Menu Tabs 1--------------------------- */ 

UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}
		UL.tabNavigation LI {
		    display: inline;
		}
		UL.tabNavigation LI A {		 
			background: url(../images/tab/left-tab.png) left top no-repeat;
		    color: #fff;
		    text-decoration: none;
			padding:5px 0px 4px 6px !important;
			padding:0 0 0 6px;
		}
		UL.tabNavigation LI A span {
			background:#5e3e55 url(../images/tab/right-tab.png) right top no-repeat;
 			padding:5px 15px 4px 6px;
			color:#FFF;
		}
		UL.tabNavigation LI A.current,
		UL.tabNavigation LI A:hover {
			background:#000 url(../images/tab/left-tab-hover.png) left top no-repeat;   
		    color: #fff;
			padding:5px 0px 4px 6px !important;
			padding:0 0 0 6px;
		   
		}
		UL.tabNavigation LI A.current span,
		UL.tabNavigation LI A:hover span {
			background: url(../images/tab/right-tab-hover.png) right top no-repeat;
			padding:5px 15px 4px 6px;
		}
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs  div {
			padding: 5px;
			margin-top: 3px;
			border: #5e3e55 1px solid ;
			width:560px;	
		}