
h1 {
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
h2 {
	font-weight: normal;
}
p {
	margin: 5px 0px 20px;
	padding: 0px;
}
fieldset {
	margin: 20px 0px;
}
select {
	width: 100px;
}
pre {
	border: 1px dotted #ffffff;
	background: #ffffff;
	color: #fff;
	padding: 10px 20px;
}
.jprojects {
    position: absolute;
    top: 70px;
    left: 0px;
}
.jprojects a:link, .jprojects a:visited {
    font-size: 16px;
    text-decoration: none;
}
.jprojects a:hover {
    text-decoration: underline;
}
/********* aMenu required ***********/

#amenu-list {        
	margin:0px;
	padding: 0px;
	position: absolute !important;
	z-index: 999;
}
#amenu-list li {
	display: block;
	margin:0px;
	padding: 0px;
	position: relative !important;
	float: left;
	vertical-align: bottom;
}
* html #amenu-list li {
	width: 1px;
}
#amenu-list li a:link, 
#amenu-list li a:visited, 
#amenu-list li a:hover{
	display: block;
	margin:0px;
	padding: 0px;
	white-space: nowrap;
}
#amenu-list ul {
	display: none;
	margin:0px;
	padding: 0px;
	position: absolute !important;
	height: auto;
}
#amenu-list ul li {
	float: none;
	margin:0px;
	padding: 0px;
}
/******** aMenu look *******/

#amenu-wrapper {         
        font-size: 0.8em;
	height: 40px;
        font-family:verdana;        
	background-color: #55057e;
	border: 0px solid #55057e;        
	padding: 0px 10px;
        background:url(images/menu-bkg.jpg);
        
        -moz-border-radius: 4px;
	border-radius: 4px;
}
#amenu-list li {
	height: 40px;
        border-right: 2px #999999 ridge;
}
#amenu-list li.parent > a {
	background: url(images/down_arrow.gif) no-repeat 92% 50%;
}
#amenu-list li a:link, #amenu-list li a:visited {
	height: 38px;
	line-height: 40px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 25px 0px 20px;
	border-left: 0px solid #202020;
	border-right: 0px solid #202020;
}
#amenu-list li a:hover, #amenu-list li a.active {
        height:38px;
	color: #fff;
	background-color: #202020;
        filter: alpha(opacity=55); opacity: .55;        
	border-left: 0px solid #999;
        border-right: 0px solid #999;
        border-top: 0px solid #999;
}

#amenu-list ul {
	border-left: 0px solid #000000;
}
#amenu-list ul li {
	height: 30px;
	background-color: #ccc;
        border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
        border-right:1px solid #ccc;
}
#first-row {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;        
}
#last-row {
        -moz-border-radius-bottomleft: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -webkit-border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;        
}
#amenu-list ul li.parent > a {
	background: url(images/right_arrow.gif) no-repeat 95% 50%;
}
#amenu-list ul li a:link, #amenu-list ul li a:visited {
        color:#333;
	height: 30px;
	line-height: 30px;
	padding: 0px 40px 0px 20px;
	border: 0px #999999 ridge;
}
#amenu-list ul li a:hover, #amenu-list ul li a.active {
	background-color: #fff;
	color: #000;
        -moz-border-radius-bottomleft: 7px;
        -webkit-border-bottom-left-radius: 7px;
        -moz-border-radius-bottomright: 7px;
        -webkit-border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;    
        
        border-right:0px;
}
