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

ul.container {
	/* The main UL */
	width:199px;
	margin:0;
	padding:0;
}

ul.container ul {
	/* The submenu UL */
	width:199px;
	margin:0;
	padding:0;
}

.container li {
	list-style:none;
}


/* The section buttons */
li.button a{
	display:block;
	overflow:hidden;
	padding:3px;
	width:180px;
	position:relative;
	background-color:#00487d;
	repeat-x: top left; 
	color:#FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-size: 9pt;
	font-weight: normal;
	text-decoration:none;
    border-color: #175888 #0C314C #0C314C #00243E;
    border-style: solid;
    border-width: 1px 1px 1px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* Home button */
li.button a.ucjqhome{    border-radius: 0 10px 0 0;	}

/* Last button*/
li.button a.ucjqfoot{    border-radius: 0 0 10px 0;}

/* The hover effects */

li.button a:hover{ 
	background-position:bottom left;
	background-color:#ff8000; 
}

li.button a:hover span{ 
	background-position:bottom right;
	}

.dropdown {
	/* The expandable lists */
	display:none;
	width:100%;
}

.dropdown li {
    border-left: 10px solid #446688;
    border-style: solid;
    border-width: 0 0 0 10px;
    padding: 1px 5px;
}

.dropdown li:hover {
	background-color: #ffffff;
}

.dropdown li a {
    display: block;
    font-family: 'Oswald';
    text-decoration: none;
}