Problems fixed. To get the arrow i took mine from the top of this page. right click save image as. then renamed to arrowdown.PNG in paint and changed the color to what was needed in paint. also to get the color transparent most of you probably know but for those of you who dont.
When you see code such as:
Code:
background: #333333 url(images/gradients/gradient-grey-down.png) top left repeat-x;
Just change it to !
Code:
background: #transparent url(images/gradients/gradient-grey-down.png) top left repeat-x;